QuickOPC User's Guide and Reference
AESubscriptionFilter Constructor(AEEventType,Int64[],Int32,Int32,AENodeDescriptor[],AENodeDescriptor[])



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents Namespace > AESubscriptionFilter Class > AESubscriptionFilter Constructor : AESubscriptionFilter Constructor(AEEventType,Int64[],Int32,Int32,AENodeDescriptor[],AENodeDescriptor[])
Initializes a new instance of the class with given data.
Syntax
'Declaration
 
Public Function New( _
   ByVal eventTypes As AEEventType, _
   ByVal categories() As Long, _
   ByVal lowSeverity As Integer, _
   ByVal highSeverity As Integer, _
   ByVal areas() As AENodeDescriptor, _
   ByVal sources() As AENodeDescriptor _
)
'Usage
 
Dim eventTypes As AEEventType
Dim categories() As Long
Dim lowSeverity As Integer
Dim highSeverity As Integer
Dim areas() As AENodeDescriptor
Dim sources() As AENodeDescriptor
 
Dim instance As New AESubscriptionFilter(eventTypes, categories, lowSeverity, highSeverity, areas, sources)

Parameters

eventTypes
categories
lowSeverity
highSeverity
areas
sources
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

AESubscriptionFilter Class
AESubscriptionFilter Members
Overload List